home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / csmac13a.zip / CS-MAC.BAT < prev    next >
DOS Batch File  |  1995-01-22  |  895b  |  25 lines

  1. echo off
  2. rem    Batch file to start {Commo} with CS-MAC environment
  3.  
  4. if exist cs-mac??.cfg goto start
  5.  
  6. echo  
  7. echo      CS-MAC has detected that you do not have a CS-MAC configuration
  8. echo      file.  The configuration file is used to adapt CS-MAC to your
  9. echo      directory structure and to determine how CS-MAC will operate.
  10. echo .
  11. echo      The configuration process is quick and easy.  If you aren't
  12. echo      sure what a CS-MAC variable does, just press ENTER to accept
  13. echo      the example value.
  14. echo.
  15. echo      CS-MAC has over 80 variables that may be defined.  During this
  16. echo      initial set-up, many of the variables will be skipped.  When
  17. echo      you decide to enable advanced CS-MAC facilities you simply
  18. echo      edit the CS-MAC configuration file.
  19. echo .
  20. pause
  21.  
  22. :start
  23. prompt [CO] $p$g
  24. commo /v4500 /mcs-commo.csm /:start %1 %2 %3 %4 %5 %6 %7 %8 %9
  25.